home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: rmor1@ix.netcom.com(Ricardo Mor )
- Newsgroups: comp.lang.c
- Subject: string search?
- Date: 27 Mar 1996 15:29:56 GMT
- Organization: Netcom
- Message-ID: <4jbmtk$78k@dfw-ixnews3.ix.netcom.com>
- NNTP-Posting-Host: mia-fl3-18.ix.netcom.com
- X-NETCOM-Date: Wed Mar 27 9:29:56 AM CST 1996
-
- How can I search for a string of characters within another string?
- for example..
-
- string = "NEXT_TIME";
-
- string2 = "NEXT";
-
- how can I find string2 in string?
-
-
- Eddy...
-